KeyedCollection.opOpAssign

This just calls $(SRCTAG KeyedCollection.add).

  1. auto ref opOpAssign(T item)
    mixintemplate KeyedCollection(T)
    final ref
    opOpAssign
    (
    string op : "~"
    )
    ()
  2. auto ref opOpAssign(I items)

Meta